Skip to content

feat(astro): Add appearance option to Astro unstyled components#5134

Merged
wobsoriano merged 3 commits into
alexcarpenter/sdki-863-add-appearance-option-to-signinbutton-signupbuttonfrom
rob/apply-appearance-option-to-astro-components
Feb 11, 2025
Merged

feat(astro): Add appearance option to Astro unstyled components#5134
wobsoriano merged 3 commits into
alexcarpenter/sdki-863-add-appearance-option-to-signinbutton-signupbuttonfrom
rob/apply-appearance-option-to-astro-components

Conversation

@wobsoriano

@wobsoriano wobsoriano commented Feb 11, 2025

Copy link
Copy Markdown
Member

Description

Prop types working:

Screen.Recording.2025-02-11.at.10.38.29.AM.mov

Output:

Screenshot 2025-02-11 at 9 48 47 AM

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot

changeset-bot Bot commented Feb 11, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0e4211f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel

vercel Bot commented Feb 11, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ⬜️ Skipped (Inspect) Feb 11, 2025 6:36pm

@wobsoriano

Copy link
Copy Markdown
Member Author

!snapshot

@clerk-cookie

Copy link
Copy Markdown
Collaborator

Hey @wobsoriano - the snapshot version command generated the following package versions:

Package Version
@clerk/astro 2.1.21-snapshot.v20250211174302
@clerk/backend 1.24.1-snapshot.v20250211174302
@clerk/chrome-extension 2.2.9-snapshot.v20250211174302
@clerk/clerk-js 5.52.3-snapshot.v20250211174302
@clerk/elements 0.22.22-snapshot.v20250211174302
@clerk/clerk-expo 2.7.7-snapshot.v20250211174302
@clerk/expo-passkeys 0.1.20-snapshot.v20250211174302
@clerk/express 1.3.48-snapshot.v20250211174302
@clerk/fastify 2.1.21-snapshot.v20250211174302
@clerk/localizations 3.10.6-snapshot.v20250211174302
@clerk/nextjs 6.11.3-snapshot.v20250211174302
@clerk/nuxt 1.1.4-snapshot.v20250211174302
@clerk/clerk-react 5.22.13-snapshot.v20250211174302
@clerk/react-router 1.0.8-snapshot.v20250211174302
@clerk/remix 4.4.24-snapshot.v20250211174302
@clerk/shared 2.21.1-snapshot.v20250211174302
@clerk/tanstack-start 0.9.6-snapshot.v20250211174302
@clerk/testing 1.4.22-snapshot.v20250211174302
@clerk/themes 2.2.18-snapshot.v20250211174302
@clerk/types 4.46.0-snapshot.v20250211174302
@clerk/ui 0.3.23-snapshot.v20250211174302
@clerk/vue 1.1.12-snapshot.v20250211174302

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/astro

npm i @clerk/astro@2.1.21-snapshot.v20250211174302 --save-exact

@clerk/backend

npm i @clerk/backend@1.24.1-snapshot.v20250211174302 --save-exact

@clerk/chrome-extension

npm i @clerk/chrome-extension@2.2.9-snapshot.v20250211174302 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.52.3-snapshot.v20250211174302 --save-exact

@clerk/elements

npm i @clerk/elements@0.22.22-snapshot.v20250211174302 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@2.7.7-snapshot.v20250211174302 --save-exact

@clerk/expo-passkeys

npm i @clerk/expo-passkeys@0.1.20-snapshot.v20250211174302 --save-exact

@clerk/express

npm i @clerk/express@1.3.48-snapshot.v20250211174302 --save-exact

@clerk/fastify

npm i @clerk/fastify@2.1.21-snapshot.v20250211174302 --save-exact

@clerk/localizations

npm i @clerk/localizations@3.10.6-snapshot.v20250211174302 --save-exact

@clerk/nextjs

npm i @clerk/nextjs@6.11.3-snapshot.v20250211174302 --save-exact

@clerk/nuxt

npm i @clerk/nuxt@1.1.4-snapshot.v20250211174302 --save-exact

@clerk/clerk-react

npm i @clerk/clerk-react@5.22.13-snapshot.v20250211174302 --save-exact

@clerk/react-router

npm i @clerk/react-router@1.0.8-snapshot.v20250211174302 --save-exact

@clerk/remix

npm i @clerk/remix@4.4.24-snapshot.v20250211174302 --save-exact

@clerk/shared

npm i @clerk/shared@2.21.1-snapshot.v20250211174302 --save-exact

@clerk/tanstack-start

npm i @clerk/tanstack-start@0.9.6-snapshot.v20250211174302 --save-exact

@clerk/testing

npm i @clerk/testing@1.4.22-snapshot.v20250211174302 --save-exact

@clerk/themes

npm i @clerk/themes@2.2.18-snapshot.v20250211174302 --save-exact

@clerk/types

npm i @clerk/types@4.46.0-snapshot.v20250211174302 --save-exact

@clerk/ui

npm i @clerk/ui@0.3.23-snapshot.v20250211174302 --save-exact

@clerk/vue

npm i @clerk/vue@1.1.12-snapshot.v20250211174302 --save-exact

@wobsoriano
wobsoriano marked this pull request as ready for review February 11, 2025 18:39
@wobsoriano wobsoriano changed the title chore: Add appearance option to Astro unstyled components feat(astro): Add appearance option to Astro unstyled components Feb 11, 2025
@wobsoriano
wobsoriano merged commit d691864 into alexcarpenter/sdki-863-add-appearance-option-to-signinbutton-signupbutton Feb 11, 2025
@wobsoriano
wobsoriano deleted the rob/apply-appearance-option-to-astro-components branch February 11, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants